home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE2 / PD / VINCE / !ViNCe / Config < prev    next >
Text File  |  2002-07-04  |  2KB  |  69 lines

  1. # !ViNCe config file
  2.  
  3. # Before modifying this file for the first time, you should
  4. #   * create a directory ViNCe in <Choices$Dir>,
  5. #   * copy this file to <Choices$Dir>.ViNCe,
  6. # then you should modify the copy in <Choices$Dir>.ViNCe.
  7.  
  8. # password to use
  9. password=
  10.  
  11. # server to use (must be IP address)
  12. server=
  13.  
  14. # X-display to use
  15. display=1
  16.  
  17. # set to 1 to use 8bpp display, or 0 to use 16bpp
  18. 8bpp=1
  19.  
  20. # set dither8=1 to send raw 16bpp data as raw 8bpp dithered
  21. dither8=1
  22.  
  23. # fullscreen mode configuration (for NCs), 'full' also set bgcolour
  24. #full=AB9300
  25. #ontop=1
  26. #noborder=1
  27. #anti=1
  28.  
  29. # open the window on top
  30. #openontop=1
  31.  
  32. # try display, display+1, ... display+guess
  33. guess=0
  34.  
  35. # scale the display (%)
  36. scale=100
  37.  
  38. # set checkclientbitmap=1 to tell the server to check that
  39. # data is sent unless the display has changed
  40. checkclientbitmap=1
  41.  
  42. # set cursor=1 to display the clients own cursor
  43. cursor=1
  44.  
  45. # support tight-encoding
  46. #tight=1
  47.  
  48. # save bitmap when done
  49. #save=1
  50.  
  51. # what to do when the window is being closed
  52. # 0 -> quit   1 -> iconbar (quit with the task manager, for instance)
  53. closewindow=0
  54.  
  55. # optimization value for window update (integer between 0 and 31)
  56. # 1 should be a good value, but this may depend on the hardware.
  57. # Technical information (in short): A window update consists of a list of
  58. # rectangles to update. The current bounding box (if not empty) and the
  59. # current rectangle will aggregate if the area of the resulting bounding
  60. # box divided by 2^addrectshift is smaller or equal to the sum of the
  61. # areas of the current bounding box and the current rectangle.
  62. addrectshift=1
  63.  
  64. # use Wimp_BlockCopy (for rfbEncodingCopyRect encodings) as this is much
  65. # faster with the Viewfinder card.
  66. # Note: this is active only if scale=100 and the window is fully visible
  67. # and toggled to full size.
  68. #fastcopy=1
  69.